home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14157 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  884 b 

  1. Path: cyclone.apertus.com!jeckle
  2. From: semyona@apertus.com
  3. Newsgroups: comp.object,comp.lang.c++
  4. Subject: Re: Defining Object Associations
  5. Date: 28 Mar 1996 18:03:33 GMT
  6. Organization: Apertus Technologies, Eden Prairie, MN
  7. Message-ID: <4jek9l$khc@cyclone.apertus.com>
  8. References: <4j9ens$jtq@crchh327.rich.bnr.ca> <3158D345.12A4@cais.com>
  9. NNTP-Posting-Host: jeckle.esg.apertus.com
  10. X-Newsreader: News Xpress Version 1.0 Beta #4
  11.  
  12. It is almost impossible to get it right from the first time without using 
  13. appropriate foundation. By foundation I mean OO patterns and C++ idioms.
  14. The best books to look IMO are:
  15. "Patterns of OO design" by Gamma et al. There is the whole chapter dedicated 
  16. to creational patterns.
  17. For C++ specific books I would look at J. Coplien's " Advanced C++ Programming 
  18. Styles and Idioms"
  19. and 
  20. R. Martin "Designing OO C++ applicationd using the Booch method".
  21.  
  22.  
  23.